Dew Stats for .NET
|
Percentile.
Parameters |
Description |
[In] TVec X |
Data. An exception is raised if X is complex. |
double P |
Defines the 100*p percentile. The parameter P must lie in the interval (0,1), otherwise an exception is raised. |
TPercentileMethod Method |
Defines one of the available methods for calculating percentile. Software packages use different methods to calculate percentiles. For example, Excel uses pctMethodNMinus, while on the other hand, NCSS's default method is pctMethodNPlus. |
the 100*P th percentile of all X vector elements. The 100*P -th percentile is defined as the value that is greater than 100*P percent of the values in X.
Calculate the 2nd quantile location = median position.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|